home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / winprogs / ws_ping / ws_ping.def < prev    next >
Encoding:
Text File  |  1993-10-01  |  428 b   |  15 lines

  1. NAME            WSFTP
  2. EXETYPE         WINDOWS
  3. STUB            'WINSTUB.EXE' 
  4. CODE            PRELOAD MOVEABLE 
  5. DATA            PRELOAD MOVEABLE MULTIPLE
  6. HEAPSIZE        10240
  7. STACKSIZE       20480
  8. EXPORTS         WndProc          @1
  9.                 DebugWndProc     @2
  10.                 WS_AboutMsgProc  @3
  11.                 WS_HostMsgProc   @4
  12.                 WS_InputMsgProc  @5
  13.                 WS_StatMsgProc   @6
  14.  
  15.